/*-webkit-filterimg{*/
  /*-webkit-filter: grayscale(100%);*/
  /*-moz-filter: grayscale(100%);*/
  /*-ms-filter: grayscale(100%);*/
  /*-o-filter: grayscale(100%);*/
  /*filter: grayscale(100%);*/
  /*filter: gray;*/
/*}*/
/*.wrap-nav,.warp-banner,.view-logo,.view-mswb,.nav-view,.content-box,.footer,.go-live {*/
  /*  -webkit-filter: grayscale(100%);*/
/*filter: progid:DXImageTransform.Microsoft.BasicImage(graysale=0);*/
/*-webkit-filter: grayscale(100%);*/
/*-moz-filter: grayscale(100%);*/
/*-ms-filter: grayscale(100%);*/
/*-o-filter: grayscale(100%);*/
/*filter: gray;*/
/*!* filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); *!*/
/*}*/

/*html {*/
  /*-webkit-filter: grayscale(100%);*/
  /*filter: progid:DXImageTransform.Microsoft.BasicImage(graysale=1);*/
/*}*/
/*body{*/
  /*filter:gray;*/

/*}*/
/*.wrap-nav,.warp-banner,.view-logo,.view-mswb,.nav-view,.content-box,.footer,.go-live,.bottom-fixed-sm {*/
  /*-webkit-filter: grayscale(100%);*/
  /*filter: progid:DXImageTransform.Microsoft.BasicImage(graysale=1);*/
  /*-webkit-filter: grayscale(100%);*/
  /*-moz-filter: grayscale(100%);*/
  /*-ms-filter: grayscale(100%);*/
  /*-o-filter: grayscale(100%);*/
  /*filter: gray;*/
  /*!* filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); *!*/
/*}*/



.bor {
  border: 1px solid red;
}

html,
body {
  min-width: 1200px;
  /*max-width: 1920px;*/
  margin: auto;
  position: relative;
  /* overflow-x: hidden; */
  /* font-size: 16px; */
}

#ariaTipText {display:inline !important}

.btn-primary {
  background-color: #C8001F;
  border-color: #C8001F;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #C8001F;
  border-color: #C8001F;
  color: #fff;
}

.btn.btn-bor {
  background: none;
  border: 1px solid #C8001F;
  color:#C8001F;
  height: 37px;
  opacity: .8;
  border-radius: 0;
}

.btn.btn-bor:hover {
  opacity: 1;
}

.btn.btn-primary-bor {
  background: #fff;
  border: 1px solid #cde5f3;
  color: #3e60a4;
}

.btn.btn-primary-bor:hover {
  background: #f3f8fc
}

.btn.btn-success-bor {
  background: #fff;
  border: 1px solid #bce6d7;
  color: #5dc39c;
}

.btn.btn-success-bor:hover {
  background: #ddefe8
}

.btn.btn-warning-bor {
  background: #fff;
  border: 1px solid #eabc96;
  color: #f87912;
}

.btn.btn-warning-bor:hover {
  background: #ece2d9
}

.btn.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  margin-right: 5px;
}

.select2-container .select2-selection--single {
  height: 34px;
  line-height: 34px;
}

.select2-container--classic .select2-selection--single .select2-selection--rendered {
  line-height: 34px;
}

.select2-container--classic .select2-selection--single .select2-selection--arrow {
  height: 32px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.select2-container--classic .select2-selection--single {
  border: 1px solid #ccc;
  border-radius: 0;
}

.padR-none {
  padding-right: 0;
}

a:focus {
  outline: none;
}


/*布局宽度*/

.layout {
  width: 1200px;
  margin: 0 auto;
}


/*导航栏*/

.nav a {
  float: left;
  color: #fff;
  font-size: 16px;
}

.content>div {
  background-color: #fff;
}


/*消息列表样式*/

.list>a {
  margin-top: 9px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
  position: relative;
  color: #666;
}

.list>a:hover,
.list>a:focus {
  color: #3695ee;
}

.list>a:before {
  content: "";
  width: 10px;
  height: 10px;
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/index_new/icon-blue.png");
  /* background-color: #006cf2; */
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.list>.more {
  display: inline-block;
  float: right;
  color: #6083c3;
  font-size: 14px;
}

.list>.more:before {
  content: none
}

.list>a span {
  font-size: 16px;
  width: 65%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 24px;
  /* color: #666; */
}

.list>a i {
  position: absolute;
  top: 0;
  right: 0;
  color: #999999;
  font-style: normal;
  line-height: 24px;
}

.input {
  display: inline-block;
  padding: 1px 4px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}


/*tab页切换样式*/


/*静态无切换*/

.outBox-view {
  width: 100%;
  text-align: left;
}

.outBox-view .hd {
  border-bottom: 1px solid #999;
  position: relative;
}

.outBox-view .hd:after,
.outBox .hd ul:after {
  display: table;
  content: "";
  clear: both;
}

.outBox-view .hd ul li {
  width: 120px;
  line-height: 40px;
  text-align: center;
  float: left;
  cursor: pointer;
  font-size: 18px;
  color: #333;
}

.outBox-view .hd ul li.on {
  background: #fff;
  color: #6083c3;
  border-bottom: 4px solid #6083c3;
}


/*动态有切换*/

.outBox {
  width: 100%;
  text-align: left;
}

.outBox .hd {
  border-bottom: 1px solid #999;
  position: relative;
}

.outBox .hd:after,
.outBox .hd ul:after {
  display: table;
  content: "";
  clear: both;
}

.outBox .hd ul li {
  width: 120px;
  line-height: 40px;
  text-align: center;
  float: left;
  cursor: pointer;
  font-size: 15px;
  color: #999;
  margin-bottom: -1px;
}

.outBox .hd ul li.on {
  background: #fff;
  color: #3695ee;
  border-bottom: 4px solid #3695ee;
}

.outBox .hd ul li.colorRed.on {
  color: #d76740;
  border-bottom: 4px solid #d76740;
}

.inBox {
  position: relative;
}

.inBox .inHd ul li {
  /* height: 26px; */
  /* line-height: 26px; */
  padding: 5px 8px;
  width: 60px;
  text-align: center;
  float: left;
  cursor: pointer;
}

.inBox .inHd ul li.on {
  background: #ccc;
  color: #fff;
}

.inBox .inBd {
  min-height: 220px;
  border: 1px solid #ccc;
}

.inBox .inBd .nav li {
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  zoom: 1;
}

.inBox .inBd li .date {
  float: right;
  color: #999;
}

.inBox .sn,
.inBox .sp {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  width: 20px;
  height: 20px;
  /*border:1px solid #ccc;*/
  z-index: 999;
}

.inBox .sp {
  left: 0;
}

.inBox .sn {
  right: 0;
}


/*表格样式一*/

.table-block table {
  width: 100%;
}

.table-block table td {
  height: 40px;
  /* color: #6083c3; */
}

.table-block table td>.red {
  color: red;
}

.table-block table td input.input {
  width: 200px;
  padding: 4px 8px;
  border: 1px solid #3695ee;
  border-radius: 4px;
}

.table-block table td .btn {
  height: 38px;
  /* background: #3695ee; */
}


/* 表格样式2 */

.table-info-block table {
  width: 100%;
}

.table-info-block table thead {
  /* background-color: #d2d2d2 */
}

.table-info-block table th {
  height: 35px;
  background-color: #d2d2d2;
  border-left: 1px solid #fff;
  text-align: center;
}

.table-info-block table th:first-child {
  border-left: none;
}

.table-info-block table td {
  border: 1px solid #ccc;
  text-align: center;
}


/*表格样式3*/

.table-modle {
  margin-top: 20px;
}

.table-modle table {
  width: 100%;
}

.table-modle table th,
.table-modle table td {
  text-align: center;
  font-weight: normal;
}

.table-modle table th {
  height: 35px;
  line-height: 1.25;
  padding: 5px;
  color: #fff;
  background: #73beef;
  white-space: nowrap
}

.table-modle table td {
  padding: 5px;
  height: 35px;
  line-height: 1.25;
  border-bottom: 1px solid #e1e1e1;
}


/*表格样式4*/

.table-modle.style-one table th {
  background: #E7F4FD;
  color: #5F84C3;
}

.table-modle.style-one table td {
  height: 50px;
  line-height: 50px;
}


/* 表格样式5 */

.table-block-row table {
  margin-bottom: 0;
}

.table-block-row table td.lable-view {
  width: 118px;
  background-color: #fff8f4;
  text-align: left;
}

.table-block-row table td.lable-required{
  color:red;
}

/*tab内层切换样式*/

.boxStyle:after {
  display: table;
  content: "";
  clear: both;
}

.boxStyle {
  padding-top: 24px;
}

.boxStyle>div {
  float: left;
}

.boxStyle>.inHd {
  width: 235px;
  margin-right: 70px;
}

.boxStyle .inHd ul li {
  padding: 15px 0;
  line-height: 1.25;
  width: 100%;
  color: #666;
  position: relative;
  background: none;
}

.boxStyle .inHd ul li.on {
  color: #6083c3;
  background: none;
  background-image: url(../img/liBg.png);
}


/*tab页中的图标选项卡*/

.icon-view {
  padding: 0 18px 0 24px;
}

.icon-view>* {
  float: left;
  width: 120px;
  margin-top: 17px;
  text-align: center;
  color: #666;
}

.icon-view a span {
  display: inline-block;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 8px;
}

.icon-view a:hover {
  color: #333;
}


/*图标样式*/

.icon-b {
  color: #666
}

.icon-sm {
  /*background-color:#fff;*/
  color: #15263A;
  font-size: 25px !important;
  position: relative;
  top: 3px;
}

.icon-sm.colorRed {
  color: #fb6355;
}

.icon-view .icon {
  display: block;
  margin: auto;
  width: 60px;
  line-height: 60px;
  border-radius: 20px;
  color: #fff;
  font-size: 30px;
  margin-bottom: 12px;
  font-weight: normal;
}

.icon-view .icon:hover {
  transform: scale(1.1);
}

.bg-y {
  background-color: #d9a23f;
}

.bg-q {
  background-color: #62bfcb;
}

.bg-qa {
  background-color: #5bc6aa;
}

.bg-r {
  background-color: #e56f55;
}

.bg-z {
  background-color: #b15de9;
}

.bg-b {
  background-color: #617de5;
}

.bg-ba {
  background-color: #63a9e6;
}

.bg-yb {
  background-color: #dcac50;
}

.bg-yc {
  background-color: #e48f37;
}


/*顶部*/

.title-box {
  background-color: #0d5598;
}

.title-block {
  line-height: 35px;
  color: #ffffff;
}

.title-block a {
  color: #dad9d9;
  letter-spacing: 1px;
  padding-left: 25px;
  position: relative;
}

.title-block a .icon {
  position: absolute;
  left: 0;
  font-size: 18px;
}

.title-block a:hover {
  color: #fff;
}

.title-block .title-nav {
  display: inline-block;
  float: right;
}

.title-nav .nav a {
  margin-left: 20px;
}

.title-block .logoin-view {
  display: inline-block;
  float: right;
}

.title-block .logoin-view .nav>* {
  margin-left: 25px;
}


/* 头部右侧导航 */

.nav {
  position: relative;
}

.nav>* {
  float: left;
}

.nav .loginUser a {
  margin-left: 0 !important;
}

.nav>.loginUser {
  text-align: center;
  color: #213366;
  position: relative;
  font-size: 16px;
  /* padding: 10px 0; */
}

.loginUser .userDown {
  position: absolute;
  right: -4px;
  top: 2px;
}

.nav>.loginUser span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 15px;
  line-height: 16px;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}

.nav>.loginUser span i {
  font-size: 18px;
}

.nav .nav-child {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  z-index: 999;
  background: #e9eff9;
  opacity: 0.8;
  filter: alpha(opacity=80);
  top: 30px;
  box-shadow: 0 0 4px #7c9dd4;
  display: none;
}

.nav .nav-child li {
  position: relative;
  height: 30px;
}

.nav .nav-child a {
  font-size: 14px;
  line-height: 30px;
  width: 100%;
  color: #213366;
}

.nav .nav-child a:hover {
  background: #4d7cd4;
  color: #fff
}

.nav .nav-child li .origin {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: red;
  position: absolute;
  top: 5px;
  right: 8px;
  border-radius: 3px;
}

.nav>div:hover .nav-child {
  display: block;
}

.nav-child a {
  display: block;
  text-align: center;
  padding: 0;
}

.nav a span.borNone {
  border-left: 1px solid transparent;
}


/*头部*/

.header-box {
  max-width: 1920px;
  position: relative;
  margin: auto;
  background: #fff;
}


/* 头部背景模块 */

.banner-inner {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  height: 367px;
  z-index: -1;
}

.banner-inner .banner-img {
  position: absolute;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}


/*头部-logo块*/

.header-box .slideBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 1920px;
  overflow-x: hidden;
  z-index: -1;
}

.header-box .bannner-view {
  min-width: 1200px;
}

.header-box .bannner-view img {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  z-index: -1;
}

.header-box.inside-head .slideBox {
  height: 225px;
}

.header-box.inside-head .slideBox img {
  width: 100%;
  height: 100%;
}

.slideBox .bd a,
.slideBox .bd li img {
  width: 100%;
}

.slideBox .banner {
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}

.slideBox .banner.fadein {
  opacity: 100;
}

.head-block-top {
  height: 70px;
  position: relative;
}

.head-block-top .logo-block {
  position: relative;
}

.head-block-top .logo-block .button-view {
  position: absolute;
  top: 10px;
  margin-left: 515px;
}

.button-view .btn-group .btnDiv {
  cursor: pointer;
  color: #223f71;
  font-weight: bold;
  font-size: 14px;
}

.button-view .btn-group .btnDiv>span {
  font-weight: normal;
  font-size: 16px;
}

.button-view .btn-group .dropdown-menu {
  padding: 20px;
  width: 310px;
  min-height: 50px;
  font-size: 12px;
}

.list-cell li a {
  padding: 8px;
}

.list-cell li a.on {
  background: #B2CBE4;
  color: #fff;
}

.list-cell li a:after {
  content: " >";
}

.list-cell li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 8px;
}

.list-cell li span {
  position: absolute;
  font-size: 14px;
  padding: 0 10px 0 5px;
  top: 8px;
  left: 0;
  border-left: 2px solid #6083c3;
}

.list-cell-city {
  margin-top: 10px;
}

.list-cell-city li a {
  padding: 3px 5px;
}

.header-box .btn-view .btn {
  background: transparent;
  outline: none;
  color: #526c9b;
  font-size: 18px;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus,
input:focus,
input:active,
select:focus,
select:active:focus {
  outline: none;
  box-shadow: none;
  /*margin-left: 0;*/
}

.input-group-btn:last-child>.btn {
  margin-left: 0;
  padding: 0 10px;
}


/*左侧3级菜单*/

.MainMenu .list-group {
  border: 1px solid #eee;
  border-radius: 0;
}

.MainMenu .list-group .list-group-item {
  line-height: 1.25;
  border: none;
  margin: 0;
  padding: 12px 25px 12px 110px;
  border-radius: 0;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus,
.MainMenu .item-group .list-group-item:hover,
.MainMenu .item-group .list-group-item:active,
.MainMenu .item-group .list-group-item:focus {
    background: #5291EF !important;
    color: #fff;
}

.MainMenu .list-group .list-group-item .icon-right {
  webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 12px;
  color: inherit;
}

.MainMenu .list-group .list-group-item.on .icon-right {
  webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.MainMenu .list-group .list-group-item .icon-sm {
  position: absolute;
  left: 75px;
  top: 50%;
  margin-top: -15px;
}

.MainMenu .list-group .list-group-item .icon-right {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 8px;
}

.MainMenu .list-group>.par-item {
  background: #EEF2F5;
  border-bottom: 1px solid #fff;
  padding-left: 15px;
  text-align: center;
  line-height: 24px;
}

.MainMenu .list-group>.par-item>.icon-img {
  position: absolute;
  top: 14px;
  left: 69px;
  width: 20px;
}


.list-group-item.par-item.on {
  /* background-image: url(../img/title-view.png); */
  background: #F2F2F2;
  color: #132235;
  padding-left: 15px;
  margin: -1px;
  border-radius: 0;
  font-size: 18px;
}

.MainMenu a.list-group-item.sub-item:hover,
a.list-group-item.sub-item:focus {
  color: #fff;
  background-color: #C0DAFB;
}

.MainMenu a.list-group-item.sub-item:hover .icon-sm,
a.list-group-item.sub-item:focus .icon-sm {
  color: #fff
}


/*头部-搜索块*/

.head-block-top .search-block {
  position: absolute;
  width: 310px;
  right: 48px;
  top: 0;
}

.search-block .input-group .link-block {
  position: absolute;
  right: 58px;
  top: 10px;
  z-index: 10;
}

.search-block .form-control {
  height: 38px;
  padding: 8px 12px;
  border: 1px solid #3695ee;
}

.search-block .btn {
  height: 38px;
  padding: 6px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}


/*搜索框样式二*/

.search-block-one {
  width: 330px;
}

.search-block-one .input-group .link-block {
  position: absolute;
  right: 58px;
  top: 10px;
  z-index: 10;
}

.search-block-one .form-control {
  height: 30px;
  width: 280px;
  border: 1px solid #C8001F;
  border-radius: 0;
}

.search-block-one .form-control:focus {
  box-shadow: 0 0 3px rgba(200, 0, 31, 0.5);
}

.search-block-one .btn {
  height: 30px;
  width: 50px;
  padding: 6px;
  background-size: 50%;
  border-radius: 0;
}

.header-box .head-text-red {
  text-align: center;
  margin-top: 27px;
}

.header-box .head-text-wite {
  padding-left: 510px;
  margin-top: 10px;
  line-height: 40px
}

.space-right .right-block {
  margin: 10px 20px 0 0
}

.space-right .right-block .btn-bor {
  height: 30px;
  padding: 0 10px;
  line-height: 28px;
}

.space-right .input-group-btn img {
  width: 20px;
}

/* 导航 */

.nav-box {
  margin: 0;
  background: #B2CBE4;
  width: 100%;
}

.nav-box .nav {
  background: none;
}

.nav-box .nav a {
  width: 20%;
  color: #0B3458;
  background: none;
  height: 46px;
  line-height: 46px;
  text-align: center;
}

.nav-box .nav a.on {
  background: #0B3458;
  color: #fff;
}

.nav-box .nav a::before,
.nav-box .nav a::after {
  content: none;
}


/* 导航2 */
.nav-box {
  background-image: url(../img/index_new/s_02.jpg);
  background-size: 100% 100%;
  background-repeat: repeat;
}

.menu-nav {
  display: block;
  padding: 0px;
  margin: 0px auto 0 auto;
}

.menu-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-nav ul li {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 25%;
}

.menu-nav ul li a {
  position: relative;
  display: block;
  height: 52px;
  font-family: "微软雅黑", "宋体";
  font-size: 26px;
  text-decoration: none;
  cursor: pointer;
  /* font-weight:bold; */
  line-height: 52px;
}

.menu-nav ul li a.on span.out {
  top: 56px;
}

.menu-nav ul li a.on span.over {
  top: 0;
}

.menu-nav ul li a span {
  position: absolute;
  left: 0;
  width: 100%;
}

.menu-nav ul li a span.out {
  top: 0px;
}

.menu-nav ul li a span.over,
.menu-nav ul li a span.bg {
  top: -56px;
}

.menu-nav ul li a {
  color: #FFFFFF;
}

.menu-nav ul li a span.over {
  color: #FFF;
  height: 56px;
  width: 100%;
  background-image: url(../img/index_new/s_03.jpg);
  /* background-repeat:repeat; */
  background-size: 100% 100%;
}

.menu-nav ul li a.on .over {
  color: #FFF;
  height: 56px;
  width: 100%;
  background-image: url(../img/index_new/s_01.jpg);
  /* background-repeat:repeat; */
  background-size: 100% 100%;
}

/* 导航*/
.wrap-nav {
  background: #5291EF;
  max-width: 1920px;
  width: 100%;
  margin: 0px auto;
}

.wrap-nav .block-nav li {
  line-height: 60px;
  height: 60px;
  width: 20%;
  text-align: center;
  font-size: 26px;
  float: left;
  position: relative;
}

.wrap-nav .block-nav li a {
  display: block;
  color: #fff;
  position: relative;
  z-index: 10;
}

.wrap-nav .block-nav li.on a {
  background: #1A4BB1;
}

.wrap-nav .block-nav li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #1A4BB1;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  height: 100%;
  width: 0;
  transition: all .2s;
  -webkit-transition: all .2s;
}

.wrap-nav .block-nav li:hover::after {
  left: 0;
  width: 100%;
  z-index: 1;
}




/*主体*/

.content-box {
  margin-top: 20px;
}

/*筛选条件*/

.search-block-cell {
  margin: 5px auto;
  border-top: 1px solid #ccc;
  position: relative;
  width: 846px;
}

.search-block-cell dl {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  /* line-height: 44px; */
  /* min-height:  44px; */
  background-color: rgb(244, 244, 244);
}

.search-block-cell dl:last-child {
  border-bottom: 1px solid #ccc;
}

.search-block-cell dl dt {
  width: 130px;
  float: left;
  color: #585858;
  text-align: right;
  padding: 10px;
  /* border-right: 1px solid #ccc; */
  /* border-left: 1px solid #ccc; */
  background-color: rgb(244, 244, 244);
  box-sizing: border-box;
}

.search-block-cell dl dd {
  padding: 10px;
  width: 715px;
  float: left;
  /* min-height:  44px; */
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  position: relative;
}

.search-block-cell dl span {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  padding: 2px 10px;
  font-size: 12px;
  color: #666;
  min-width: 8em;
}

.search-block-cell dl span.selected {
  background-color: #5291EF;
  color: #fff;
  text-align: center
}

.search-block-cell dl span.selected:before {
  content: '';
}


/*.search-block dl span:before { content: "|"; display: inline-block; padding: 0 5px; color: #999; }*/

.search-block-cell dl span.more {
  background-color: #5291EF;
  color: #fff;
  border-radius: 5px;
  min-width: 2em;
  position: absolute;
  right: 5px;
}

.search-block-cell dl span.more:before {
  display: none;
}

.search-block-cell dl.select-result dd.select-list>span.select-no {
  padding-right: 20px;
  color: #999;
}

.search-block-cell dl.select-result dd.select-list>span.selected {
  color: #fff;
  padding-right: 20px;
  background: #5291EF url("../img/close.gif") right 9px no-repeat;
  text-align: center
}

.search-block-cell dl.select-result dd.select-list>span.selected:before {
  display: none;
}

.select-search dd {
  padding: 5px 10px;
}

.select-search input {
  padding: 6px 8px;
  width: 370px;
}


/*审批事项*/

.approval-table {
  width: 100%;
  text-align: center;
  border: 1px solid #ebe5e5;
}

.approval-table tr:nth-child(odd) td {
  background: #fff;
}

.approval-table tr:nth-child(even) td {
  background: #f9f9f9;
}

.approval-table tr.detail td {
  background: #fff !important;
}

.approval-table th {
  background-color: rgb(242, 242, 242);
  line-height: 40px;
  text-align: center;
}

.approval-table tbody>tr {
  border-bottom: 1px dashed #9e9e9e;
}

.approval-table td {
  line-height: 20px;
}

.approval-table td>i {
  width: 48px;
  height: 48px;
  display: inline-block;
}

.approval-table td>a.more-up {
  padding: 0;
}

.approval-table .detail {
  display: none;
}

.approval-table .detail>td>div {
  padding: 10px;
  text-align: left;
  line-height: 20px;
}

.approval-table .detail>td>div>a {
  color: #3d98ee;
}

.approval-table .detail>td>div>a:hover {
  text-decoration: underline;
}


/* 热门服务鼠标拖动样式 */

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 1200px;
  -ms-touch-action: pan-y;
  padding: 0 20px;
}

.owl-carousel .owl-item {
  width: 171px !important;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver*/
  margin: 5px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  /*background: #869791;filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

.owl-buttons .owl-prev {
  position: absolute;
  left: -8px;
  top: 55px;
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/zuo.png") no-repeat;
  background-size: 100% 100%;
}

.owl-buttons .owl-next {
  position: absolute;
  right: -8px;
  top: 55px;
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/you.png") no-repeat;
  background-size: 100% 100%;
}

#owl-demo .item a {
  display: block;
  margin: 0 auto;
  text-align: center
}

#owl-demo .item span {
  display: block;
  padding-top: 16px;
}

#owl-demo .item {
  margin: 3px;
}


/*分页*/

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #246aa4;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>li>span>input {
  vertical-align: top !important;
  border: 1px solid #ccc;
  text-align: center;
  margin-right: 5px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  z-index: 3;
  color: #3695ee;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #5291EF;
  border-color: #5291EF;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.mt15 {
  margin-top: 15px !important;
}


/*办事指南*/

.maincontent {
  min-height: 300px;
  background: #fff;
}

.maincontent .space-left {
  width: 300px;
  float: left
}


/**左侧菜单样式*/

.nav-head {
  text-align: center;
  background-color: #6083c3;
  color: #fff;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
}

.nav-slide {
  border: 1px solid #6083c3;
  min-height: 300px;
  overflow: auto;
}

.nav-slide ul {
  max-height: 445px;
}

.nav-slide ul li {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-bottom: 1px #ccc solid;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.nav-slide ul li.on {
  background-color: #92b6f7;
  color: #FFF;
}


/**右侧列表样式*/

.maincontent .space-right {
  width: 890px;
  float: left;
}

.space-right .breadcrumb {
  margin-left: 10px;
  padding: 12px 15px;
  background: #F1F4F3
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #333;
  content: ">\00a0";
}

.space-right .leftlist a {
  width: 100%;
  border-bottom: 1px dotted #ccc;
  box-sizing: border-box;
  padding: 0px 8px;
}


/*.list>a:before{margin-bottom: 15px;}*/

.space-right .leftlist a>span {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 80%;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
}

.space-right .search-view,
.space-right .leftlist {
  padding-left: 50px;
}

.space-right .search-view input {
  padding: 6px 8px;
  width: 370px;
}


/* 面包屑 */

.breadcrumb-box .breadcrumb {
  margin: 10px 0;
  padding: 11px 15px;
  background: #E5EEFF;
}

.breadcrumb-box .breadcrumb li {
  color: #4C7CD3
}

.breadcrumb-box .breadcrumb li>a {
  color: inherit
}

.breadcrumb-box .breadcrumb>li+li::before {
  color: inherit
}

/*尾部*/

.footer {
  margin: auto;
  /* margin-top: 20px; */
  text-align: center;
  height: 112px;
  background: #fff;
  /*width: 1200px;*/
  border-top: 4px solid #3174ce;
}

.footer>div {
  display: inline-block;
  margin-top: 20px;
}

.footer>.cf>img {
  margin-right: -20px;
  margin-top: -12px;
}

.footer .text-block>p {
  padding: 0 20px;
  line-height: 27px;
  text-align: left;
  color: #333;
  font-size: 16px;
}

.footer .text-block>p>a {
  padding: 0 20px;
  position: relative;
  color: #333;
}

.footer .text-block>p>a:first-child {
  padding-left: 0;
}

.footer .text-block>p>a:first-child::before {
  content: none
}

.footer .text-block>p>a::before {
  content: "";
  position: absolute;
  left: 0;
  height: 14px;
  top: 8px;
  border-left: 1px solid #999;
}

.footer>div>* {
  display: block;
  float: left;
}

.fixed-bottom {
  left: 50%;
  margin-left: -600px;
  width: 1200px;
}


/*密码强度检测样式*/

.pwdJC {
  height: 35px;
  width: 190px;
  position: absolute;
  margin-top: -10px;
}

.pwdJC ul.pass-set {
  border: 1px solid #b7b7b7;
  width: 100%;
  padding: 1px;
  background: #fff;
  height: 14px;
  line-height: 14px;
  font-size: 0;
  border-radius: 10px;
}

.pwdJC ul.pass-set li {
  display: inline-block;
  width: 33.3%;
  height: 10px;
  line-height: 10px;
  border-left: 1px solid #f5f5f5;
  background: #cdcdcd;
  list-style-type: none;
  position: relative;
}

.pwdJC ul.pass-set li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pwdJC ul.pass-set li:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.pwdJC ul.pass-set li span {
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: -22px;
  color: #b7b7b7;
  font-size: 12px;
  left: 50%;
  margin-left: -7px;
}


/*内容头部*/

.mian-head-view {
  /*border-left: 6px solid #3258a3;*/
  font-size: 18px;
  letter-spacing: 1px;
  padding: 20px 0 20px 0;
  position: relative;
}

.mian-head-view.style-one {
  border-bottom: 1px solid #c4c4c4;
  padding-left: 15px;
}

.mian-head-view:before {
  content: "";
  color: #4C7CD3;
  position: relative;
  border-left: 5px solid #4C7CD3;
  margin-right: 15px;
}

.mian-head-view .btnysc {}

.cell-head-view {
  padding: 10px 15px;
  border-bottom: 1px solid #4C7CD3;
  color: #4C7CD3;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.cell-head-view:before {
  content: "|";
  color: #4C7CD3;
  font-weight: bold;
  position: relative;
  top: -2px;
}

.table-head-view {
  padding: 25px 0 15px 0;
  position: relative;
  padding-left: 10px;
}

.table-head-view::before {
  content: "";
  border-left: 3px solid #d43836;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  height: 14px;
}


/*右浮动*/

.bottom-fixed {
  position: fixed;
  right: -73px;
  margin-top: -213px;
  top:50%;
  z-index: 999;
  background: #fff;
  transition: all 0.4s;
}

.bottom-fixed.tran {
  right: 1px;
  transition: all 0.4s;
}


.fix-list {
  min-height: 74px;
}

.fix-list,
.fix-list-down {
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #eeeeee;
  padding: 10px 0;
  background: transparent;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  color: #666;
}

.fix-list .text {
  padding: 8px 5px 0;
}

.fix-list:hover {
  background: #5291EF;
  color: #fff;
}
.fix-list:hover .text{
  /*background: #5291EF;*/
  color: #fff;
}

.fix-list-down {
  height: 40px;
  padding-top: 5px;
  line-height: 40px;
}

.phone {
  /* background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/ydd-blue-icon.png") no-repeat; */
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/black-phone.png") no-repeat;
  background-size: 100% 100%;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  behavior: url(../js/backgroundsize.min.htc);
}

.compute {
  /* background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/wx-blue-icon.png") no-repeat; */
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/black-wx.png") no-repeat;
  background-size: 100% 100%
}

.down {
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/move-right.png") no-repeat;
  background-size: 100% 100%
}

.kf {
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/kf-blue-icon.png") no-repeat;
}

.link {
  /* background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/zs12333.png") no-repeat; */
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/black-aixin.png") no-repeat;
  background-size: 100% 100%
}

.tsjb {
  /* background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/tsjb-img.png") no-repeat; */
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/black-jianyi.png") no-repeat;
  background-size: 100% 100%
}

/* 智能客服 */
.znkf {
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/kf-blue-icon.png") no-repeat;
  background-size: 100% 100%
}



.fix-list:hover .compute {
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/white-wx.png") no-repeat;
  background-size: 100% 100%;
}

.fix-list:hover .phone {
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/white-phone.png") no-repeat;
  background-size: 100% 100%;
}

.fix-list:hover .link {
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/white-aixin.png") no-repeat;
  background-size: 100% 100%;
}

.fix-list:hover .tsjb {
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/white-jianyi.png") no-repeat;
  background-size: 100% 100%;
}
/* 智能客服 鼠标放上去的效果 */
.fix-list:hover .znkf {
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/white-kf-blue.png") no-repeat;
  background-size: 100% 100%;
}



.fix-list .download-img,
.fix-list-down .download-img {
  display: inline-block;
  width: 34px;
  height: 34px;
}


.bottom-fixed .last {
  border-top: none;
}

.bottom-fixed .last i {
  margin-left: 5px;
}

.code-show {
  display: none;
  position: absolute;
  left: -138px;
  top: -26px;
  width: 130px;
  background: #fff;
  border: 1px solid #eee;
  padding: 8px;
  border-radius: 2px;
}


.code-show img {
  width: 100%;
}

.code-show p {
  color: #333;
  font-size: 14px;
  padding: 6px 0 0;
  line-height: 16px;
}

.code-show:before {
  content: '';
  border: 10px solid transparent;
  border-left-color: #eee;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  right: -20px;
}


/* bottom-fixed-sm */
.bottom-fixed-sm {
  position: fixed;
  right: 1px;
  top: 50%;
  box-shadow: 0 0 4px #ccc;
  transition: all 0.4s;
  margin-top: -80px;
  background: #fff;
}

.bottom-fixed-sm.tran {
  right: -35px;

}

.bottom-fixed-sm .block {}

.bottom-fixed-sm .block-item {
  padding: 6px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: block;
}

.bottom-fixed-sm .block-item .show-img {
  position: absolute;
  padding: 8px;
  top: 0;
  left: -140px;
  width: 120px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 2px;
  background: #fff;
  box-sizing: content-box;
  display: none;
}

.bottom-fixed-sm .block-item .show-img img {
  width: 114px;
}

.bottom-fixed-sm .block-item:hover .show-img {
  display: block
}


/*  */
.bottom-fixed-sm .phone {
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/black-phone-sm.png") no-repeat center center #fff;
  background-size: 20px 20px;
}

.bottom-fixed-sm .phone:hover {
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/white-phone-sm.png") no-repeat center center #5291EF;
  background-size: 20px 20px;
}

/*  */
.bottom-fixed-sm .wx {
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/black-wx-sm.png") no-repeat center center #fff;
  background-size: 20px 20px;
}

.bottom-fixed-sm .wx:hover {
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/white-wx-sm.png") no-repeat center center #5291EF;
  background-size: 20px 20px;
}

/*  */
.bottom-fixed-sm .ax {
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/black-aixin.png") no-repeat center center #fff;
  background-size: 20px 20px;
}

.bottom-fixed-sm .ax:hover {
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/white-aixin.png") no-repeat center center #5291EF;
  background-size: 20px 20px;
}

/*  */
.bottom-fixed-sm .jy {
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/black-jianyi-sm.png") no-repeat center center #fff;
  background-size: 20px 20px;
}

.bottom-fixed-sm .jy:hover {
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/white-jianyi-sm.png") no-repeat center center #5291EF;
  background-size: 20px 20px;
}

/* 缩小浮动 客服 */
.bottom-fixed-sm .kf {
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/kf-blue-icon.png") no-repeat center center #fff;
  background-size: 20px 20px;
}
.bottom-fixed-sm .kf:hover {
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/white-kf-blue.png") no-repeat center center #5291EF;
  background-size: 20px 20px;
}

.bottom-fixed-sm .last {
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/tool-left-sm.png") no-repeat center center #fff;
  background-size: 20px 20px;
  border-top: 1px solid #ccc;
}
.bottom-fixed-sm .xcx {
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/icon-xcx.png") no-repeat center center #fff;
  background-size: 20px 20px;
}
.xcx {
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/icon-xcx.png") no-repeat;
  background-size: 100% 100%
}
.fix-list:hover .xcx {
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/icon-xcx-w.png") no-repeat;
  background-size: 100% 100%;
}
.bottom-fixed-sm .xcx {
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/icon-xcx.png") no-repeat center center #fff;
  background-size: 20px 20px;
}

.bottom-fixed-sm .xcx:hover {
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/icon-xcx-w.png") no-repeat center center #5291EF;
  background-size: 20px 20px;
}

/*单选框复选框样式*/

.radio {
  display: inline-block;
  position: relative;
  line-height: 18px;
  margin-right: 10px;
  cursor: pointer;
}

.radio input {
  display: none;
}

.radio .radio-bg {
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 5px;
  padding: 0;
  border: 1px solid #3158A2;
  background-color: #fff;
  border-radius: 100%;
  vertical-align: top;
  /*box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.1) inset, 1px -1px 2px rgba(0, 0, 0, 0.1);*/
  cursor: pointer;
  transition: all 0.2s ease;
}

.radio .radio-on {
  display: none;
}

.radio input:checked+span.radio-on {
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 100%;
  background: #3158A2;
  top: 6px;
  left: 6px;
  /*box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3), 0 0 1px rgba(255, 255, 255, 0.4) inset;*/
  /*background-image: linear-gradient(#ffffff 0, #e7e7e7 100%);*/
  transform: scale(0, 0);
  transition: all 0.2s ease;
  transform: scale(1, 1);
  display: inline-block;
}


/*有浮动02*/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* 取消收藏按钮 */

.cancel-btn {
  line-height: 34px;
  background: #45ADDF;
  color: #fff;
  border-radius: 5px;
  padding: 0 15px;
  font-size: 14px;
}

/* 新版头部 */


/* 头部 */
.header-box.img-topBg {
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/index_new/img-topBg.png") no-repeat;
  background-size: cover;
}

.header-box .block-layout {
  height: 130px;
  position: relative;
}

.header-box .block-layout .logo-lg {
  position: absolute;
  top: 50%;
  margin-top: -42px;
  left: 0px;
  width: 77px;
}

.header-box .block-layout .view-logo {
  position: absolute;
  top: 50%;
  margin-top: -33px;
  left: 86px;
  height: 69px;
}

.header-box .block-layout .view-mswb {
  position: absolute;
  top: 64px;
  right: 0;
  width: 330px;
}

.header-box .block-layout .button-view {
  position: absolute;
  top: 26px;
  right: 74px;
  padding: 0 15px;
  height: 17px;
}

.header-box .block-layout .button-view .btnDiv {
  color: #213366
}

.header-box .block-layout .button-view .btnDiv .iconfont {
  font-size: 16px;
}

.header-box .block-layout .nav-view {
  position: absolute;
  top: 24px;
  right: 0px;
  line-height: 30px;
}

.header-box .block-layout .nav-view>a {
  color: #213366;
  font-size: 16px;
  padding: 0 15px;
  /* margin-top: 10px; */

}

.header-box .block-layout .nav-view>a:first-child {
  border-right: 1px solid #999;
}

.header-box .block-layout .nav-view>a:hover {
  color: #333
}

.header-box .slideBox {
  top: 85px;
}

.header-box .slideBox img {
  width: 100%;
  max-width: 1920px;
}


/* 热门搜索 */

.search-box {
  padding: 30px;
  text-align: center;
}

.search-box .search-block {
  display: inline-block;
  position: relative;
}

.search-box .search-block>* {
  float: left;
}

.search-box .search-block .search-input {
  width: 570px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border: 1px solid #ACC1E4;
  box-shadow: 0px 4px 4px 0px rgba(18, 38, 61, 0.04);
  color: #7E8C9A;
  font-size: 16px;
  padding-left: 15px;
}

.search-box .search-block .search-btn {
  width: 140px;
  height: 50px;
  color: #fff;
  background: #1A4BB1;
  border-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  line-height:38px;
}

.search-box .search-block .search-btn .btn-icon {
  width: 24px;
  margin-right: 10px;
  position: relative;
  top: -2px
}

.search-box .search-block .search-btn:hover {
  box-shadow: 0 0 4px #1A4BB1;
}

.search-box .search-info {
  display: none;
  position: absolute;
  z-index: 20;
  top: 51px;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 2px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  border: 1px solid #ACC1E4;
}

.search-box .search-info>p {
  text-align: left;
  line-height: 33px;
  color: #333;
  padding: 0 25px;
  cursor: pointer;
  position: relative;
}

.search-box .search-info>p:hover {
  background: #E3EAF5;
}

.search-box .search-info>p:hover .removeInfo {
  display: block
}

.search-box .removeInfo {
  position: absolute;
  right: 25px;
  top: 0;
  line-height: 33px;
  color: #999;
  z-index: 22;
  display: none;
}

.search-box .removeInfo:hover {
  color: #666;
}

/* .search-box .search-block .search-input:focus {
    box-shadow: 0 0 3px #C8001F;
} */

.search-box .search-tip {
  width: 690px;
  margin: auto;
  margin-top: 15px;
  height: 17px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #12263D;
}

.search-box .search-tip span {
  display: inline-block;
  margin-right: 10px;
}


/* 列表 */

.work-content {
  padding: 20px;
}

.work-content-item {
  /* border-bottom: 1px solid #EFEFEF */
  border: none
}

.work-content-item .item-tab {
  display: block;
  line-height: 60px;
  padding-left: 30px;
  padding-right: 20px;
  position: relative;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.work-content-item .item-tab:hover,
.work-content-item .item-tab.active {
  background: #EFEFEF;
}

.work-content-item .item-tab-con {
  padding: 0 15px;
  height: 0;
  transition: all .2s;
  overflow: hidden;
}

.work-content-item .item-tab-con.on {
  padding: 15px;
  height: 57px;
}

.work-content-item .item-tab-con a {
  line-height: 24px;
  padding: 0 15px;
  margin-right: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  font-size: 14px;
}

.work-content-item .item-tab-con a:hover {
  transform: scale(1.05)
}

.work-content-item .item-tab-con a i {
  position: relative;
  top: 2px;
}

.work-content-item .item-tab::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: url("https://downloads.12333.gov.cn/rsbggfwwt/assets/img/index_new/left-icon.png");
  top: 11px;
  left: 12px;
}

.work-content-item .item-tab-con .iconfont {
  color: #C30211;
  font-size: 18px;
}


/* work-head */

.work-head {
  background: #eee;
  position: relative;
  margin: -1px;
}

.work-head>* {
  float: left;
  line-height: 50px;
}

.work-head .head-tip {
  width: 80px;
  background: #1A4BB1;
  text-align: center;
}

.work-head .head-tip img {
  width: 26px;
}

.work-head .head-left {
  color: #12263D;
  padding: 0 15px;
  font-size: 18px;
}

.work-head .head-cen {
  margin-left: 320px;
}

.work-head .head-cen input[type=checkbox] {
  position: relative;
  top: -3px;
}

/*  */
.layui-table-tips-c::before {
  position: relative;
  right: 0px !important;
  top: -3px !important;
}

/* 省级选择 */
.selectBlock {
  position: relative;
  display: inline-block;
}

.selectBlock .selectVal {
  font-size: 16px;
  color: #213366;
  cursor: pointer;
  padding: 0 20px
}

.selectBlock .selectList {
  display: none;
  font-size: 13px;
  position: absolute;
  right: -15px;
  top: 0;
  padding-top: 30px;
  z-index: 1999;
}

.selectBlock .selectList ul {
  padding: 20px 15px;
  width: 310px;
  min-height: 50px;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background: #fff;

}

.selectBlock .selectList li {
  padding-left: 44px;
  position: relative;
  margin-bottom: 8px;
  text-align: left;
  line-height: normal
}

.selectBlock .selectList li:after {
  display: table;
  content: "";
  clear: both;
}

.selectBlock .selectList li>a {
  padding: 8px;
  color: #333;
  font-size: 13px;
}

.selectBlock .selectList li>a::after {
  content: " >"
}

.selectBlock .selectList li>a:hover {
  background: #eee
}

.selectBlock .selectList li span {
  position: absolute;
  font-size: 14px;
  padding: 0 10px 0 5px;
  top: 8px;
  left: 0;
  border-left: 2px solid #6083c3;
}

/*service-tips*/
.service-tips{
  padding:10px 15px;
  color:#f77e4e;
  font-size: 16px;
  background: #f5f5f5;
  margin-bottom: 5px;
  /*border-radius: 5px;*/
  text-align: center;
}

/* fixed-tips */
.fixed-tips{
    display: none;
    padding:25px 20px;
    height: 100%;
    position: relative;
}
.fixed-tips .fixed-banner{
    width: 100%;
    overflow: hidden;
}
.fixed-tips .fixed-banner .bd li img{
    display: block;
    width: 100%;
}
.fixed-tips .fixed-banner .bd li .text{
    line-height: 1.25rem;
    font-size: 13px;
    margin-top: 5px;
    font-weight: bold;
}
.fixed-tips .fixed-banner .tool{
    padding-top:10px;
}
.fixed-tips .fixed-banner .tool a{
    color:#4293f4;
    font-size:12px;
    padding-left:15px
}
.fixed-tips .fixed-banner .tool .details{
    padding:0;
    margin-right: 40px;
}
.fixed-tips .close{
    position: absolute;
    right: 5px;
    top:8px;
}
.fixed-tips .close img{
    display: block;
    width:12px;
}

.prevStop ,.nextStop{
    color:#ccc !important
}
/* fixed-tips */
/*.fixed-tips{*/
  /*display: none;*/
  /*padding:25px 20px;*/
  /*height: 100%;*/
  /*position: relative;*/
/*}*/
/*.fixed-tips .fixed-banner{*/
  /*width: 100%;*/
  /*overflow: hidden;*/
/*}*/
/*.fixed-tips .fixed-banner .bd li img{*/
  /*display: block;*/
  /*width: 220px;*/
/*}*/
/*.fixed-tips .fixed-banner .bd li .text{*/
  /*line-height: 1.25rem;*/
  /*font-size: 13px;*/
  /*margin-top: 5px;*/
  /*font-weight: bold;*/
/*}*/
/*.fixed-tips .fixed-banner .tool{*/
  /*padding-top:10px;*/
/*}*/
/*.fixed-tips .fixed-banner .tool a{*/
  /*color:#4293f4;*/
  /*font-size:12px;*/
  /*padding-left:15px*/
/*}*/
/*.fixed-tips .fixed-banner .tool .details{*/
  /*padding:0;*/
  /*margin-right: 40px;*/
/*}*/
/*.fixed-tips .close{*/
  /*!*position: absolute;*!*/
  /*!*left: 5px;*!*/
  /*!*top:8px;*!*/
  /*!*opacity: 1;*!*/
    /*position: absolute;*/
    /*right: 5px;*/
    /*top:8px;*/
/*}*/
/*.fixed-tips .close img{*/
  /*display: block;*/
  /*width:12px;*/
/*}*/

/*.prevStop ,.nextStop{*/
  /*color:#ccc !important*/
/*}*/


.go-live{
  background: transparent;
  height:282px;
  width: 420px;
  border-radius: 6px;
  color:#fff;
  position: fixed;
  right: 0;
  bottom:0;
  /* padding:15px; */
  box-shadow: 0 0 6px #f5f5f5
}
.go-live .head{
  font-size: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  line-height: 1.2;
  letter-spacing: 1px;
}
.go-live .content{
  padding-top:10px;
  line-height: 1.25;
  text-indent: 24pt;
}
.go-live .closes{
  position: absolute;
  left: 8px;
  top:8px;
  z-index: 999;
}
.go-live .closes img{
  display: block;
  width: 12px;
}
.go-live .wrap-banner .hd{
  position: absolute;
  bottom:10px;
  text-align: center;
  left:50%;
  margin-left:-30px;
  margin:auto;
  z-index:888;

}
.go-live .wrap-banner .hd li{
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #fff;
  display: inline-block;
}
.go-live .wrap-banner .hd li.on{
  width: 25px;
}
/*登录选项*/
/*#login_button:hover::before{*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 26%;*/
/*  top: 59%;*/
/*  z-index: 99;*/
/*  border:9px dashed transparent;*/
/*  border-bottom-color:#9BB6C7;*/
/*}*/
#login_button:hover #login_box{
  display: block;
}
#login_box {
  display: none;
  position: absolute;
  font-size: 16px;
  color: #0556AC;
  z-index: 98;
  left: -20%;
  /*top: 111%;*/
  width: 90px;
  border: 1px solid #9BB6C7;
  background: #ECEFFF;
  border-radius: 5px;
  padding: 5%;
  text-align: center;
}
#login_arrow{
  display: none;
  position: absolute;
  left: 26%;
  top: 62%;
  z-index: 99;
  border: 9px dashed transparent;
  border-bottom-color: #ECEFFF;
}
.usercenterspan:hover{
  color: #3269CA;
}
.usercenter{
  color: #333333;
  padding: 8px 12px 8px 12px;
  margin-top: 8px;
}
.usercenter1{
  padding: 1px 0px 1px 0px;
}
.usercenterspan{
  color: #333333;
  font-size: 14px;
}
input::-ms-clear { width : 0; height: 0;  }